From 459e8ffa6c5cf074164b95cd9f274d20a58f96cb Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 12 Jan 2021 09:28:39 +0000 Subject: [PATCH] d/rules: Specifically enable recompilation of CSS with sassc --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 42657bb31b..d82935bc0a 100755 --- a/debian/rules +++ b/debian/rules @@ -77,6 +77,7 @@ debian/%: debian/%.in configure_flags_common = \ --libdir=/$(LIBDIR) \ + -Dsassc=enabled \ ${NULL} configure_flags_deb = \ -- 2.30.2